Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 48)
What is the role of an 'index' in an array?
To store data.
To specify the size of the array.
To identify and access specific elements within the array.
To control the execution flow.
Erläuterung
The index identifies an element by it's position within an array.
